home *** CD-ROM | disk | FTP | other *** search
- .k volume/a
- echo "Install ProMotion -- Seaching for <volume>"
- if exists <volume>
- else
- echo "Could not find the destination disk <volume>"
- quit
- endif
-
- echo "Install ProMotion -- searching for source disk"
-
- if exists ProMotion:
- else
- if exists "copy of ProMotion":
- echo "I see you have a copy of ProMotion:"
- assign ProMotion: "copy of ProMotion":
- else
- echo "Could not find the ProMotion source disk"
- quit
- endif
- endif
- echo "Making Pro/Motion directory on device <volume>"
- makedir <volume>ProMotion
- echo "Copying Pro.Motion files to your hard drive."
- copy ProMotion:icons/ProMotion.info to <volume>
- cd <volume>promotion
- copy ProMotion:pro#? to ""
- copy ProMotion:ex#? to ""
- makedir promot
- makedir examples
- cd promot
- copy ProMotion:promot/#? to ""
- makedir <volume>promotion/promot/templates
- cd templates
- copy ProMotion:promot/templates/#? to ""
- cd /
- cd /
- cd examples
- copy ProMotion:examples/#? to ""
- cd sys:
- ;
- echo "Do you want Version 39 of the arp files copied to your libs:"
- ask "directory? Please answer Y or N "
- if WARN
- echo "Copying arp files to your LIBS: directory.*N"
- copy ProMotion:PROMOT/arp#? to libs:
- else
- echo "arp files not installed."
- endif
- endif
-
- echo "---------------------------------------"
- echo " PLEASE NOTE"
- echo "---------------------------------------"
- echo "This installation program does NOT copy"
- echo "installation programs or icons to the"
- echo "hard drive."
- echo "---------------------------------------"
- echo " "
- echo "ProMotion Installation Complete!*N"
-